Literature Review on Parallel Sorting of Intransitive Total Ordered Sets
نویسنده
چکیده
Sorting of transitive total ordered sets is one of the best investigated topics in Computer Science. A generalization of this is sorting an intransitive total ordered set which is more complex. While a transitive total ordered set (e. g. a subset of the real numbers) holds a ≥ b∧b ≥ a⇒ a ≥ c, this does not have to be true for a intransitive total ordered set. Only a → b ∨̇ b → a is claimed. Nevertheless it can be proved that there is always an ordering that satisfies a1 → a2 → a3 . . .→ an. A good example for such a set is a tournament (e. g. in sports). Each competitor either wins or loses against every other competitor. But even if it is known that Player A defeats Player B who defeats Player C in turn, nothing can be said safely about the result of the match Player A has against Player C. Actually, the relation in such a intransitive ordered set is often referred to as a tournament. The symbol for the relation be ≺. The tournament can be represented as a directed graph where every player corresponds to a vertex. Then a b is represented by an edge from vertex a to vertex b. If so, there must not exist a directed edge from b to a since this would violate the assumptions for an intransitive total ordered set. When represented as a graph, sorting a tournament is equivalent to finding a Hamiltonian path in this graph. Given a graph, a Hamiltonian path is a path through which the graph visits each vertex precisely once. I has been proven by Redei [4] that there is always such a path in every tournament. Unlike the regular sorting problem, there might exist more than one appropriate solution.
منابع مشابه
Final Course Paper on Parallel Sorting of Intransitive Total Ordered Sets
For the problem of sorting an Intransitive Total Ordered Set, a combination of two parallel algorithms already known by literature is proposed and implemented. The benchmarks show significant speedup on a shared-memory multi-processor system.
متن کاملOn Sorting an Intransitive Total Ordered Set Using Semi-Heap
1 The problem of sorting an intransitive total ordered set, a generalization of regular sorting, is considered. This generalized sorting is based on the fact that there exists a special linear ordering for any intransitive total ordered set. A new data structure called semi-heap is proposed to construct an optimal (n logn) sorting algorithm. Finally, we propose a cost-optimal parallel algorithm...
متن کاملOn Finding a Hamiltonian Path in a Tournament Using Semi-Heap
In [8] a new data structure called semi-heap is proposed to construct an optimal (n logn) sorting algorithm to sort an intransitive total ordered set, a generalization of regular sorting. In this part, we provide a cost-optimal parallel algorithm using semi-heap. The run time of this algorithm is (n) with (logn) processors under the EREW PRAM model. The use of a Hamiltonian path (generalized so...
متن کاملORDERED IDEAL INTUITIONISTIC FUZZY MODEL OF FLOOD ALARM
An efficient flood alarm system may significantly improve public safety and mitigate damages caused by inundation. Flood forecasting is undoubtedly a challenging field of operational hydrology and a huge literature has been developed over the years. In this paper, we first define ordered ideal intuitionistic fuzzy sets and establish some results on them. Then, we define similarity measures betw...
متن کاملTripled partially ordered sets
In this paper, we introduce tripled partially ordered sets and monotone functions on tripled partiallyordered sets. Some basic properties on these new dened sets are studied and some examples forclarifying are given.
متن کامل